home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / dld-3_23.lha / dld-3.2.3 / test / general / SAMPLE_INPUT < prev    next >
Text File  |  1991-05-30  |  641b  |  38 lines

  1. dld hello.o
  2. hello
  3. dld print_arg.o
  4. print_arg 1 2 arg3 blah blah blah
  5. ul hello.o
  6. hello
  7. dld list-undefined.o
  8. list_undefined
  9. dld ../../libdld.a
  10. list_undefined
  11. uls list_undefined
  12. dld list-undefined.o
  13. list_undefinded
  14. dld ../../libdld.a
  15. list_undefined
  16. dld need.o ../../libdld.a
  17. need random
  18. random
  19. list_undefined
  20. dld /lib/libc.a
  21. random
  22. random
  23. uls random
  24. random
  25. dld get-sym.o ../../libdld.a
  26. get_symbol dld_undefined_sym_count
  27. dld read-a.out.o
  28. get_symbol dld_undefined_sym_count
  29. list_undefined
  30. dld /lib/libc.a
  31. read_a_out hello.o
  32. dld test-define.o ../../libdld.a
  33. test_define
  34. print_global
  35. dld remove.o ../../libdld.a
  36. test_remove global_int
  37. print_global
  38.